home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / flashop.dir / 00242_Script_pop animazioni < prev    next >
Text File  |  2000-10-18  |  2KB  |  45 lines

  1. on mousedown
  2.   repeat with  lockV =150 down to 138
  3.     repeat with na = 63 to 66
  4.       set genneanim to the locV of sprite na
  5.       set the loc of sprite na to point (557,genneanim + 3)
  6.       updateStage
  7.     end repeat
  8.   end repeat
  9. end
  10.  
  11. on mouseupoutside 
  12.   set  the loc of sprite 81 to point (640,207)
  13.   set  the loc of sprite 88 to point (640,98)
  14.   set  the loc of sprite 89 to point (640,100)
  15.   set  the loc of sprite 90 to point (640,115)
  16.   set  the loc of sprite 91 to point (640,130)  
  17.   set  the loc of sprite 92 to point (640,145)  
  18.   set  the loc of sprite 67 to point (640,145)
  19.   set  the loc of sprite 83 to point (640,221)
  20.   set  the loc of sprite 82 to point (640,206)
  21.   set  the loc of sprite 84 to point (640,236)
  22.   set  the loc of sprite 85 to point (640,251)
  23.   set  the loc of sprite 63 to point (640,316)
  24.   set  the loc of sprite 64 to point (640,315)
  25.   set  the loc of sprite 65 to point (640,330)
  26.   set  the loc of sprite 66 to point (640,345)
  27. end
  28.  
  29. on mouseup
  30.   set  the loc of sprite 81 to point (640,207)
  31.   set  the loc of sprite 88 to point (640,98)
  32.   set  the loc of sprite 89 to point (640,100)
  33.   set  the loc of sprite 90 to point (640,115)
  34.   set  the loc of sprite 91 to point (640,130)  
  35.   set  the loc of sprite 92 to point (640,145)  
  36.   set  the loc of sprite 67 to point (640,145)
  37.   set  the loc of sprite 83 to point (640,221)
  38.   set  the loc of sprite 82 to point (640,206)
  39.   set  the loc of sprite 84 to point (640,236)
  40.   set  the loc of sprite 85 to point (640,251)
  41.   set  the loc of sprite 63 to point (640,316)
  42.   set  the loc of sprite 64 to point (640,315)
  43.   set  the loc of sprite 65 to point (640,330)
  44.   set  the loc of sprite 66 to point (640,345)
  45. end